tests: More fixes for gjs tests
authorColin Walters <walters@verbum.org>
Thu, 20 Jul 2017 14:32:44 +0000 (10:32 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jul 2017 15:45:27 +0000 (15:45 +0000)
commited99b4169e06c6a204f92e85b3e323abdb542bbe
tree532e452f866b0c9acf24017a683ba895d2233518
parentef6f6bc688f3381a66e6bcb1fa440d5201537fd1
tests: More fixes for gjs tests

Previous to this commit, the gjs tests were installed-only; and our
logic for handling the "--enable-installed-tests=exclusive" logic
actually also meant they weren't installed.

It did work for me locally with `--enable-installed-tests`.

However, to make things fully symmetric, let's enable the js tests to also be
run under `make check`.

Also remove `corrupt-repo-ref.js` from the PAPR invocation since it's not
actually a unit test, it's a utility helper.

Closes: #1022
Approved by: jlebon
.papr.yml
Makefile-tests.am
tests/test-core.js [changed mode: 0644->0755]
tests/test-sizes.js [changed mode: 0644->0755]
tests/test-sysroot.js [changed mode: 0644->0755]